From: George Sapkin Date: Mon, 14 Apr 2025 16:25:18 +0000 (+0300) Subject: syncthing: bump to 1.29.5 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=e076de270a125b1478a19a5f6645ca05e9fddfb6;p=feed%2Fpackages.git syncthing: bump to 1.29.5 Bugfixes: - use separate lock file instead of locking the certificate Changelog: https://github.com/syncthing/syncthing/releases/tag/v1.29.5 Signed-off-by: George Sapkin --- diff --git a/utils/syncthing/Makefile b/utils/syncthing/Makefile index 42d3958a28..186f72486b 100644 --- a/utils/syncthing/Makefile +++ b/utils/syncthing/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=syncthing -PKG_VERSION:=1.29.4 +PKG_VERSION:=1.29.5 PKG_RELEASE:=1 PKG_SOURCE:=syncthing-source-v$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/syncthing/syncthing/releases/download/v$(PKG_VERSION) -PKG_HASH:=d17699e3233127dd7f1315b41bec3926fdac42b6beeca4fcb6f05b1e25ed9941 +PKG_HASH:=17f60258af1043db93f1df3609222cdd40b4fdcccae5c60dce46c557e0796098 PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/$(PKG_NAME)